.cx-line-clamped,
.cx-line-container-height .cx-line-text-wrapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cx-line-container-height .cx-line-text-wrapper {
  widows: inherit;
  -webkit-line-clamp: inherit;
  line-clamp: inherit;
}
.ie .cx-line-container-height .cx-line-text-wrapper {
  display: inline-block;
}
.cx-line-container-height .cx-line-text-wrapper.cx-lines-initial {
  widows: inherit !important;
  -webkit-line-clamp: inherit !important;
  line-clamp: inherit !important;
}
.cx-line-container-height .cx-line-text-wrapper-store {
  display: none !important;
}
.c-category-hotspot .heading .title {
  margin-left: auto;
  margin-right: auto;
}
.c-category-hotspot .description,
.c-category-hotspot .title {
  max-width: 842px;
  text-align: center;
}
.c-category-hotspot .description {
  margin: 20px auto 0;
}
.c-category-hotspot .categories-wrapper {
  position: relative;
  overflow: hidden;
  height: 67px;
  padding-top: 30px;
  margin-bottom: -4px;
}
body.c-key-event .c-category-hotspot .categories-wrapper {
  overflow: visible;
}
.c-category-hotspot .categories-wrapper.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1280px) {
  .c-category-hotspot .categories-wrapper {
    padding-top: 20px;
    height: 77px;
  }
}
.c-category-hotspot .categories-wrapper .chevron {
  background: transparent;
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s ease, fill 0.3s ease;
  cursor: pointer;
  top: 32px;
  fill: #000;
}
@media (min-width: 1280px) {
  .c-category-hotspot .categories-wrapper .chevron {
    top: 42px;
  }
}
.c-category-hotspot .categories-wrapper .chevron--left,
[dir="rtl"] .c-category-hotspot .categories-wrapper .chevron--right {
  transform: scaleX(-1);
}
.c-category-hotspot .categories-wrapper .chevron--right {
  right: -10px;
}
.c-category-hotspot .categories-wrapper .chevron--left {
  left: -10px;
}
[dir="rtl"] .c-category-hotspot .categories-wrapper .chevron--left {
  transform: none;
}
body:not(.touch-device) .c-category-hotspot .categories-wrapper .chevron:hover {
  fill: #4d4d4d;
}
body.c-key-event .c-category-hotspot .categories-wrapper .chevron:focus {
  outline: 3px solid #bbd8fc;
  background: rgba(0, 0, 0, 0.1);
  fill: #000;
}
.c-category-hotspot .categories-wrapper .chevron[disabled] {
  pointer-events: none;
  fill: grey !important;
}
.c-category-hotspot .categories-wrapper .categories-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-x: hidden;
  height: auto;
  padding: 30px 0 25px;
}
@media (min-width: 720px) {
  .c-category-hotspot .categories-wrapper .categories-list {
    padding: 30px 0;
  }
}
@media (min-width: 1280px) {
  .c-category-hotspot .categories-wrapper .categories-list {
    padding: 40px 0;
  }
}
.c-category-hotspot .categories-wrapper .categories-list .category-list-item {
  list-style-type: none;
  margin: 0 0 0 20px;
}
.c-category-hotspot
  .categories-wrapper
  .categories-list
  .category-list-item:first-child {
  margin-left: 0;
}
.c-category-hotspot
  .categories-wrapper
  .categories-list
  .category-list-item:last-child {
  margin-right: 1px;
}
.c-category-hotspot
  .categories-wrapper
  .categories-list
  .category-list-item
  .category-button {
  min-width: 66px;
}
.c-category-hotspot .categories-info-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 25px;
}
@media (min-width: 720px) {
  .c-category-hotspot .categories-info-list {
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .c-category-hotspot .categories-info-list {
    margin-top: 40px;
  }
}
.c-category-hotspot .categories-info-list .category-info {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
@media (min-width: 1280px) {
  .c-category-hotspot .categories-info-list .category-info {
    justify-content: center;
  }
}
.c-category-hotspot .categories-info-list .category-info:not(:first-child) {
  margin-left: -100%;
}
.c-category-hotspot .categories-info-list .category-info.active {
  opacity: 1;
  pointer-events: all;
}
.c-category-hotspot
  .categories-info-list
  .category-info
  .assets-wrapper:last-child
  + .details-wrapper {
  display: none;
}
.c-category-hotspot
  .categories-info-list
  .category-info
  .assets-wrapper
  .assets-container {
  height: 100px;
  width: 100px;
}
@media (min-width: 720px) {
  .c-category-hotspot
    .categories-info-list
    .category-info
    .assets-wrapper
    .assets-container {
    width: 188px;
  }
}
.c-category-hotspot
  .categories-info-list
  .category-info
  .assets-wrapper
  .assets-container
  hp-video {
  height: 100%;
}
.c-category-hotspot .categories-info-list .category-info .details-wrapper {
  max-width: 405px;
  margin-left: 20px;
}
@media (min-width: 720px) {
  .c-category-hotspot .categories-info-list .category-info .details-wrapper {
    width: 405px;
    margin-left: 30px;
  }
}
.c-category-hotspot
  .categories-info-list
  .category-info
  .details-wrapper:first-child {
  margin-left: 0;
}
@media (min-width: 1280px) {
  .c-category-hotspot
    .categories-info-list
    .category-info
    .details-wrapper:first-child
    .category-description
    *,
  .c-category-hotspot
    .categories-info-list
    .category-info
    .details-wrapper:first-child
    .category-title
    * {
    text-align: center;
  }
}
.c-category-hotspot
  .categories-info-list
  .category-info
  .details-wrapper
  .category-title {
  margin-bottom: 8px;
  overflow: hidden;
}
.c-category-hotspot
  .categories-info-list
  .category-info
  .details-wrapper
  .category-title
  .cx-line-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  widows: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.c-category-hotspot
  .categories-info-list
  .category-info
  .details-wrapper
  .category-description {
  overflow: hidden;
}
.c-category-hotspot
  .categories-info-list
  .category-info
  .details-wrapper
  .category-description
  .cx-line-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  widows: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.text-uppercase {
  text-transform: uppercase;
}
@media (max-width: 719.98px) {
  .c-category-hotspot
    .categories-info-list
    .category-info
    .details-wrapper
    .category-description
    .mobile
    ~ .desktop,
  .c-category-hotspot
    .categories-info-list
    .category-info
    .details-wrapper
    .category-title
    .mobile
    ~ .desktop {
    display: none;
  }
}
@media (min-width: 720px) {
  .c-category-hotspot
    .categories-info-list
    .category-info
    .details-wrapper
    .category-description
    .mobile,
  .c-category-hotspot
    .categories-info-list
    .category-info
    .details-wrapper
    .category-title
    .mobile {
    display: none;
  }
}
.c-category-hotspot.hide-categories .categories-info-list,
.c-category-hotspot.hide-categories .categories-wrapper {
  display: none;
}
.c-category-hotspot.edit-mode .category {
  margin-bottom: 30px;
}
.c-category-hotspot.edit-mode .category .categories-info-list {
  margin-top: 10px;
}
.c-category-hotspot.edit-mode .category .categories-info-list .category-info {
  opacity: 1;
  justify-content: flex-start;
}
@media (min-width: 1280px) {
  .c-category-hotspot.edit-mode
    .category
    .category-info
    .details-wrapper
    .category-description
    *,
  .c-category-hotspot.edit-mode
    .category
    .category-info
    .details-wrapper
    .category-title
    * {
    text-align: left;
  }
}
.c-category-hotspot.c-category-hotspot--category-slider
  .categories-wrapper
  .categories-list {
  justify-content: flex-start;
}
.touch-device
  .c-category-hotspot.c-category-hotspot--category-slider
  .categories-wrapper
  .categories-list {
  overflow-x: scroll;
}
.c-category-hotspot.c-category-hotspot--category-slider
  .categories-wrapper.container {
  padding: 0 23px;
}
.c-category-hotspot:not(.c-category-hotspot--category-slider) .chevron {
  display: none;
}
body.c-key-event
  .c-category-hotspot:not(.c-category-hotspot--category-slider)
  .categories-wrapper
  .categories-list {
  overflow: visible;
}
.c-category-hotspot .assets-container.focal-point--right hp-video .video-html5 {
  -o-object-position: right;
  object-position: right;
  transform-origin: right;
}
.c-category-hotspot .assets-container.focal-point--right hp-image {
  background-position-x: right;
}
.c-category-hotspot .assets-container.focal-point--left hp-video .video-html5 {
  -o-object-position: left;
  object-position: left;
  transform-origin: left;
}
.c-category-hotspot .assets-container.focal-point--left hp-image {
  background-position-x: left;
}
.c-category-hotspot .spot-text {
  display: none;
}
.c-category-hotspot .side-controls-wrapper {
  line-height: 0;
  text-align: center;
  margin-top: 30px;
}
.c-category-hotspot.single-side .side-controls-wrapper {
  display: none;
}
.c-category-hotspot .side-controls {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  height: 33px;
}
.c-category-hotspot .side-controls .side-control {
  z-index: 1;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  padding: 0 16px;
  text-decoration: none;
  font-family: forma-djr-micro, Arial, sans-serif;
  font-weight: 500;
  background: #fff;
  color: #000;
}
.c-category-hotspot .side-controls .side-control .button-text {
  line-height: 33px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-category-hotspot .side-controls .side-control.active {
  background: #000;
  color: #fff;
}
.c-category-hotspot .side-controls .side-control.active:hover {
  background: #000;
}
.c-category-hotspot .side-controls .side-control:hover {
  background: #000;
  color: #fff;
}
.c-category-hotspot.bordered-side-controls .side-controls .side-control {
  border: 1px solid #000;
}
.c-category-hotspot.bordered-side-controls
  .side-controls
  .side-control:not(:last-child) {
  border-right: none;
}
.c-category-hotspot.bordered-side-controls .side-controls .side-control.active {
  border-color: transparent !important;
}
.c-category-hotspot.bordered-side-controls
  .side-controls
  .side-control.active
  + .side-control {
  border-left-color: transparent !important;
}
.c-category-hotspot .sides-wrapper {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
}
@media (min-width: 720px) {
  .c-category-hotspot .sides-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 1280px) {
  .c-category-hotspot .sides-wrapper {
    padding-top: 80px;
  }
}
.c-category-hotspot .sides-wrapper .side {
  width: 100%;
  min-width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
}
.c-category-hotspot .sides-wrapper .side:not(:first-child) {
  margin-left: -100%;
}
.c-category-hotspot .sides-wrapper .side.active {
  opacity: 1;
  pointer-events: all;
}
.c-category-hotspot .sides-wrapper .img-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.c-category-hotspot .sides-wrapper .img-wrapper hp-icon,
.c-category-hotspot .sides-wrapper .img-wrapper svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-category-hotspot .sides-wrapper svg g[id*="_clickable"] text {
  font-family: forma-djr-micro, Arial, sans-serif;
}
.c-category-hotspot .sides-wrapper svg g[id*="_clickable"] circle,
.c-category-hotspot .sides-wrapper svg g[id*="_clickable"] path[id^="body"],
.c-category-hotspot .sides-wrapper svg g[id*="_clickable"] rect,
.c-category-hotspot .sides-wrapper svg g[id*="_clickable"] text tspan {
  cursor: pointer;
}
.c-category-hotspot .sides-wrapper svg g[id*="_clickable"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c-category-hotspot .sides-wrapper svg g[id*="_clickable"] circle,
.c-category-hotspot .sides-wrapper svg g[id*="_clickable"] rect {
  opacity: 1;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
}
.c-category-hotspot .sides-wrapper svg g[id*="_clickable"]:hover circle,
.c-category-hotspot .sides-wrapper svg g[id*="_clickable"]:hover rect {
  filter: drop-shadow(0 0 5px white);
  opacity: 1;
}
.c-category-hotspot .sides-wrapper svg g[id*="_clickable"][data-active] circle,
.c-category-hotspot .sides-wrapper svg g[id*="_clickable"][data-active] rect {
  opacity: 1;
}
.c-category-hotspot .sides-wrapper .desktop,
.c-category-hotspot .sides-wrapper .mobile,
.c-category-hotspot .sides-wrapper .tablet {
  display: none;
}
@media (max-width: 719.98px) {
  .c-category-hotspot .sides-wrapper .desktop,
  .c-category-hotspot .sides-wrapper .mobile,
  .c-category-hotspot .sides-wrapper .tablet {
    display: block;
  }
  .c-category-hotspot .sides-wrapper .mobile ~ .desktop,
  .c-category-hotspot .sides-wrapper .mobile ~ .tablet,
  .c-category-hotspot .sides-wrapper .tablet ~ .desktop {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .c-category-hotspot .sides-wrapper .desktop,
  .c-category-hotspot .sides-wrapper .tablet {
    display: block;
  }
  .c-category-hotspot .sides-wrapper .tablet ~ .desktop {
    display: none;
  }
}
@media (min-width: 1280px) {
  .c-category-hotspot .sides-wrapper .desktop {
    display: block;
  }
}
@media (min-width: 720px) {
  .c-category-hotspot.hide-categories .sides-wrapper {
    padding-top: 39px;
  }
}
@media (min-width: 1280px) {
  .c-category-hotspot.hide-categories .sides-wrapper {
    padding-top: 70px;
  }
}
.c-category-hotspot .spot-tooltip {
  text-align: left;
}
.c-category-hotspot .spot-tooltip .spot-metrics {
  display: none;
}
.c-category-hotspot .spot-tooltip .tooltip-title {
  overflow: hidden;
  position: relative;
}
.c-category-hotspot .spot-tooltip .tooltip-title .cx-line-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  widows: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.c-category-hotspot .spot-tooltip .tooltip-description {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* widows: 3; */
  /* -webkit-line-clamp: 3; */
  /* line-clamp: 3; */
}
.c-category-hotspot .spot-tooltip .tooltip-description:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 720px) {
  .c-category-hotspot .spot-tooltip {
    padding: 11px 15px;
    visibility: hidden;
    z-index: 2;
    position: absolute;
    max-width: 258px;
  }
  .c-category-hotspot .spot-tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .c-category-hotspot .spot-tooltip .tooltip-arrow {
    position: absolute;
    top: 100%;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 7px 0;
  }
  .c-category-hotspot .spot-tooltip[opened-dir="down"] .tooltip-arrow {
    top: -15px;
    border-width: 0 7px 15px;
  }
  .c-category-hotspot .spot-tooltip.active {
    position: fixed;
    visibility: visible;
  }
  .c-category-hotspot .spot-tooltip:not(.active-hotspot-tooltip) .tooltip-arrow,
  .c-category-hotspot .spot-tooltip:not(.active-hotspot-tooltip):before {
    opacity: 0.7;
  }
  .tooltip-description {
    font-size: 14px;
  }
}
@media (max-width: 719.98px) {
  .c-category-hotspot .spot-tooltips {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .c-category-hotspot .spot-tooltips .spot-text {
    display: inline;
  }
  .c-category-hotspot .spot-tooltips .spot-tooltip-container {
    width: 100%;
    min-width: 100%;
  }
  .c-category-hotspot .spot-tooltips .spot-tooltip-container:not(:first-child) {
    margin-left: -100%;
  }
  .c-category-hotspot .spot-tooltips .spot-tooltip {
    width: 100%;
    color: #fff;
    transition: opacity 0.3s ease, visibility 0s ease 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .c-category-hotspot .spot-tooltips .spot-tooltip.slide-active {
    opacity: 0.65;
    transition: opacity 0.3s ease, visibility 0s ease 0s;
    visibility: visible;
  }
  .c-category-hotspot
    .spot-tooltips
    .spot-tooltip.slide-active.active-hotspot-tooltip {
    opacity: 1;
  }
}
body.c-key-event .c-category-hotspot .side-control:focus {
  z-index: 2;
  outline-offset: 0;
  outline: 3px solid #ccdef5;
  color: #fff;
  background: #000;
}
body:not(.c-key-event)
  .c-category-hotspot.bordered-side-controls
  .side-control:hover
  + .side-control {
  border-left-color: transparent !important;
}
body.touch-device
  .c-category-hotspot
  .side-controls
  .side-control
  .button-text {
  line-height: 44px;
  margin-top: -5px;
}
.c-category-hotspot.edit-mode .sides-wrapper {
  display: block;
}
.c-category-hotspot.edit-mode .sides-wrapper .side {
  opacity: 1;
  pointer-events: all;
  margin-left: 0;
}
.c-category-hotspot.edit-mode .sides-wrapper .spot-tooltip {
  visibility: visible;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .c-category-hotspot .spot-tooltip .tooltip-arrow {
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-category-hotspot {
  display: block;
  position: relative;
}
.c-category-hotspot .bg-wrapper,
.c-category-hotspot .bg-wrapper .c-image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-category-hotspot > .inner {
  max-width: 1280px;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1280px) {
  .c-category-hotspot > .inner {
    padding-left: 31px;
    padding-right: 31px;
  }
}
.c-category-hotspot .container {
  padding: 0 20px;
}
@media (min-width: 720px) {
  .c-category-hotspot .container {
    padding: 0 30px;
  }
}
@media (min-width: 1280px) {
  .c-category-hotspot .container:not(.categories-wrapper) {
    padding: 0;
  }
}
.c-category-hotspot--h-alignment-start .heading .description,
.c-category-hotspot--h-alignment-start .heading .title {
  margin-left: 0;
  text-align: left;
}
.c-category-hotspot--h-alignment-start .categories-info-list .category-info {
  justify-content: flex-start;
}
.c-category-hotspot--h-alignment-start
  .categories-info-list
  .category-info
  .details-wrapper {
  max-width: 646px;
  width: auto;
}
.c-category-hotspot--h-alignment-start .categories-wrapper .categories-list {
  justify-content: flex-start;
}
.c-category-hotspot--h-alignment-start
  .categories-wrapper
  .categories-list
  .category-list-item:first-child {
  margin-left: 0;
}
.c-category-hotspot--h-alignment-start .side-controls-wrapper {
  text-align: left;
}
